ARM: 926ejs: use debug() for misaligned addresses
authorStefano Babic <[email protected]>
Mon, 2 Apr 2012 06:18:49 +0000 (06:18 +0000)
committerAlbert ARIBAUD <[email protected]>
Mon, 16 Apr 2012 12:53:59 +0000 (14:53 +0200)
commitc8d9ceaf061c5ea5c17ee9e95dbff563e41904c0
tree5ffa97e10aad5b5e929b5b64a06f0ff3fcf53ab2
parent219872c8fe890cd280cf54f27df86504bb17d277
ARM: 926ejs: use debug() for misaligned addresses

Misaligned warnings are useful to debug faulty drivers.
A misaligned warning is printed also when the driver
is correct - use debug() instead of printf().

Signed-off-by: Stefano Babic <[email protected]>
CC: Albert Aribaud <[email protected]>
CC: Mike Frysinger <[email protected]>
CC: Marek Vasut <[email protected]>
Acked-by: Marek Vasut <[email protected]>
arch/arm/cpu/arm926ejs/cache.c